bootstrap tests: disable compiler-rt optimizing
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 22 Oct 2024 07:03:38 +0000 (09:03 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Fri, 24 Jul 2026 16:02:33 +0000 (18:02 +0200)
commit8dc2be657c91dc68ddeb4a623c0b3ea817c60083
tree78356d4d0022670ef6b46eccd107da94942fa996
parent28e32dbd05d79258f604622fc9b8306b4cf769ef
bootstrap tests: disable compiler-rt optimizing

it cannot work since there are no bundled LLVM (and thus no bundled
compiler-rt) sources available. during the regular build this is handled by our
config, but bootstrap tests don't use that..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Gbp-Pq: Topic build
Gbp-Pq: Name bootstrap-tests-disable-compiler-rt-optimizing.patch
src/bootstrap/src/core/config/config.rs